Restore G_BEGIN_DECLS at the top of this file to make C++ compilers happy.
authorMathias Hasselmann <mathias.hasselmann@gmx.de>
Tue, 19 Jun 2007 18:37:14 +0000 (18:37 +0000)
committerMathias Hasselmann <hasselmm@src.gnome.org>
Tue, 19 Jun 2007 18:37:14 +0000 (18:37 +0000)
2007-06-19  Mathias Hasselmann  <mathias.hasselmann@gmx.de>

* gdk/gdkinternals.h: Restore G_BEGIN_DECLS at the
top of this file to make C++ compilers happy.

svn path=/trunk/; revision=18196

ChangeLog
gdk/gdkinternals.h

index 23a753c70c7d05374b39639f265324ee230a2cd1..6e8fa4c37e1a871c8a737512c6a29bccf7413eeb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-19  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
+
+       * gdk/gdkinternals.h: Restore G_BEGIN_DECLS at the
+       top of this file to make C++ compilers happy.
+
 2007-06-19  Matthias Clasen <mclasen@redhat.com>
 
        * configure.in: Bump version
index f97b97be043b401df5ca1579b6be083a0e5abdd4..45887c27c5df122a0f43e59d7e650577c9de45b2 100644 (file)
@@ -33,6 +33,8 @@
 #ifndef __GDK_INTERNALS_H__
 #define __GDK_INTERNALS_H__
 
+G_BEGIN_DECLS
+
 /**********************
  * General Facilities * 
  **********************/